Dynamicweb.Content.Items.Editors Namespace : CheckboxListEditor<T> Class |
The following tables list the members exposed by CheckboxListEditor<T>.
Name | Description | |
---|---|---|
![]() | CheckboxListEditor<T> Constructor | Initializes a new instance of an object. |
Name | Description | |
---|---|---|
![]() | DataType | Gets the data type for this editor. (Inherited from Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<T>>) |
![]() | HttpContext | Gets the HTTP context associated with this editor. (Inherited from Dynamicweb.Content.Items.Editors.Editor) |
![]() | Items | Gets or sets the editor items. (Inherited from Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<T>>) |
![]() | Key | Gets or sets the key that uniquely identifies this editor instance. (Inherited from Dynamicweb.Content.Items.Editors.Editor) |
![]() | Mode | Overridden. Gets the list mode. |
Name | Description | |
---|---|---|
![]() | ValueConverter | Gets the value converter for converting values from and to string representation. (Inherited from Dynamicweb.Content.Items.Editors.Editor) |
Name | Description | |
---|---|---|
![]() | BeginEdit | Enables the editor to populate its UI to the client and initiate the editing process. (Inherited from Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<T>>) |
![]() | EndEdit | Returns the edited value. (Inherited from Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<T>>) |
Name | Description | |
---|---|---|
![]() | CreateEditableListBox | Returns new EditableListBox control. (Inherited from Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<T>>) |
![]() | RenderList | Renders list. (Inherited from Dynamicweb.Content.Items.Editors.ListEditor<IEnumerable<T>>) |